ListModelT.getItemType

Gets the type of the items in @list.

All items returned from g_list_model_get_item() are of the type returned by this function, or a subtype, or if the type is an interface, they are an implementation of that interface.

The item type of a #GListModel can not change during the life of the model.

template ListModelT(TStruct)
GType
getItemType
()

Return Value

Type: GType

the #GType of the items contained in @list.

Meta

Since

2.44